BrowserStartMode
Namespace
canopyParent Module: types
Union Cases
Union Case | Signature | Description | |
---|---|---|---|
# | Chrome | ||
# | ChromeHeadless | ||
# | ChromeWithOptions(ChromeOptions) | ChromeOptions | |
# | ChromeWithOptionsAndTimeSpan(...) | ChromeOptions * TimeSpan | |
# | ChromeWithUserAgent(string) | string | |
# | Chromium | ||
# | ChromiumWithOptions(ChromeOptions) | ChromeOptions | |
# | EdgeBETA | ||
# | Firefox | ||
# | FirefoxHeadless | ||
# | FirefoxWithOptions(FirefoxOptions) | FirefoxOptions | |
# | FirefoxWithPath(string) | string | |
# | FirefoxWithPathAndTimeSpan(...) | string * TimeSpan | |
# | FirefoxWithProfileAndTimeSpan(...) | FirefoxProfile * TimeSpan | |
# | FirefoxWithUserAgent(string) | string | |
# | IE | ||
# | IEWithOptions(InternetExplorerOptions) | InternetExplorerOptions | |
# | IEWithOptionsAndTimeSpan(...) | InternetExplorerOptions * TimeSpan | |
# | Remote(string,ICapabilities) | string * ICapabilities | |
# | Safari |